################################################################################
# Automatically-generated file. Do not edit!
################################################################################

#Progress monitor hint: 4
first : all
-include ../makefile.init

# This file contains definitions of environment variables used in the makefiles and .args files if exist.
-include makefile.local

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include Project_Settings/Linker_Files/subdir.mk
-include Project_Settings/Startup_Code/subdir.mk
-include src/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
EXECUTABLES += \
Example_app.elf \

EXECUTABLES_QUOTED += \
"Example_app.elf" \

EXECUTABLES_OS_FORMAT += \
Example_app.elf \

SECONDARY_FLASH += \
Example_app.srec \

SECONDARY_FLASH_QUOTED += \
"Example_app.srec" \

SECONDARY_FLASH_OS_FORMAT += \
Example_app.srec \

SECONDARY_SIZE += \
Example_app.siz \

SECONDARY_SIZE_QUOTED += \
"Example_app.siz" \

SECONDARY_SIZE_OS_FORMAT += \
Example_app.siz \


# All Target
all: warning-messages explicit-dependencies Example_app.elf secondary-outputs

# Tool invocations
Example_app.elf: $(OBJS) C:/Users/nxa11643/Desktop/S32K14x/Bootloader/S32K148_Bootloader/Example\ App/Example_app/Project_Settings/Linker_Files/S32K1xx_flash.ld $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Executing target #5 $@'
	@echo 'Invoking: Standard S32DS C Linker'
	arm-none-eabi-gcc -o "Example_app.elf" "@Example_app.args"  $(USER_OBJS_QUOTED) $(LIBS_QUOTED)
	@echo 'Finished building target: $@'
	@echo ' '

Example_app.srec: $(EXECUTABLES)
	@echo 'Executing target #6 $@'
	@echo 'Invoking: Standard S32DS Create Flash Image'
	arm-none-eabi-objcopy -O srec $(EXECUTABLES)  "Example_app.srec"
	@echo 'Finished building: $@'
	@echo ' '

Example_app.siz: $(EXECUTABLES)
	@echo 'Executing target #7 $@'
	@echo 'Invoking: Standard S32DS Print Size'
	arm-none-eabi-size --format=berkeley $(EXECUTABLES)
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(SECONDARY_FLASH_QUOTED) ./*/*.d ./*/*/*.d  ./*/*.o ./*/*/*.o  $(SECONDARY_SIZE_QUOTED) $(EXECUTABLES_QUOTED)
	-@echo ' '

secondary-outputs: $(SECONDARY_FLASH) $(SECONDARY_SIZE)

.PHONY: all clean dependents explicit-dependencies warning-messages
.SECONDARY:

-include ../makefile.targets

explicit-dependencies: 

warning-messages: 

